*{
    box-sizing: border-box;
    font: Space Grotesk;
    margin: 0;
    padding: 0;
    font-family: 'Space Grotesk', sans-serif;
    scrollbar-width: none;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('../new-font/SpaceGrotesk-Regular.woff2') format('woff2'),
        url('../new-font/SpaceGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../new-font/SpaceGrotesk-Medium.woff2') format('woff2'),
        url('../new-font/SpaceGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../new-font/SpaceGrotesk-Bold.woff2') format('woff2'),
        url('../new-font/SpaceGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
::-webkit-scrollbar {
    display: none;
  }
.scroll_bar{
    width: 5px;
    height: 1px;
    border-radius: 5px;
    background-color: black;
    z-index: 1000;
    position: fixed;
    right: 0;
    top: 0;
}
#myBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 1001;
    border: none;
    outline: none;
    cursor: pointer;
  }
html{
    font-size: 10px;
    scroll-behavior: smooth;
}
body{
    background-color: rgb(255, 255, 255);
    cursor: url('../Images/Ellipse\ 5.png'), default;
}
a{
    font-size: 1.4rem;
}
p{
    font-size: 1.8rem;
    line-height: 2.7rem;
}
h1{
    font-size: 6.4rem;
    line-height: 8.3rem;
}
h2{
    font-size: 3.6rem;
    line-height: 4.7rem;
}
h3{
    font-size: 2.4rem;
    line-height: 3.6rem;
}
.all_coosen_lenguages_in_birger{
    display: none;
}
.vertical_header{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100vh;
    margin: 7rem 0 0 3rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.header_section_above{
    display: flex;
    flex-direction: column;
}
.header_bottom_section{
    display: flex;
    flex-direction: column;
    margin-bottom: 18rem;
    margin-left: 1rem;
    font-weight: lighter;
}
.link_of_menu_items{
    color: black;
    text-decoration: none;
}
.navigation_items{
    transition: margin 0.5s ease-in;
}
.scrollanim{
    margin-left: 3rem;
    transition: 0.5s;
}
.scrollanim > .empoty{
    width: 2.5rem;
    transition: width 0.5s ease-in;
}
.sotial_media_icon{
    margin: 2rem;
}
.icon_hover{
    position: relative;
    cursor: pointer;
}
.icon_come_on_hover{
    position: absolute;
    left: 25px;
    top: 20px;
    display: none;
    z-index: 100;
}
.gurban_logo_on_mobile{
    display: none;
    justify-content: center;
    width: 100%;
    margin-top: 3rem;
}
.icon_hover:hover .icon_come_on_hover{
    display: flex;
    transition: 0.5s;
}
.insta_hover{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
    display: none;
}
.youtube_icon_hover:hover .none_path{
    display: none;
    transition: 0.5s;
}
.youtobe_hover{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
    display: none;
}
.youtube{
    margin: 2rem 2rem 2rem 2rem;
}
.all_coosen_lenguages{
    display: none;
    flex-direction: column;
    align-items: center;
    margin-top: 8.4rem;
}
.lenguage{
    padding: 2rem;
}
.select{
    font-size: 1.4rem;
    font-weight: bold;
}
.english_lenguage{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.arrow{
    margin-top: 1rem;
}
.german_lenguage, .armenian_lenguage{
    display: none;
}
.vertical_navigation{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100vh;
    margin-right: 2rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
}
.part_of_nav{
    display: flex;
    list-style-type: none;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 7rem;
    padding: 1rem;
    align-items: center;
}
.empoty{
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 3px;
    background-color: black;
    margin-right: 1rem;
}
.nav_link{
    cursor: pointer;
    text-decoration: none;
    color: black;
}
.sotial_media_icon{
    cursor: pointer;
}
.icon_for_header{
    transform: translateX(0) !important;
    
}
#icon_for_header {
    transform: translateX(-110%);
    width: 90%;
    height: 100vh;
    justify-content: space-between;
    background-color: #F8F3D7;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    position: fixed;
    top: 0;
    z-index: 9999;
    transition: transform ease 1s;
}
.icon_close{
    cursor: pointer;
}
.content_of_header{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    width: 100%;
}
.gurban_logo_and_closing_icon{
    display: flex;
    justify-content: space-between;
    padding: 5rem;
}
.gurban_nav_members_in_burger{
    text-align: center;
}
.gurban_nav_members{
    font-size: 1.8rem;
    list-style-type: none;
}
.menu_items{
    padding-bottom: 2rem;
}
.gurban_sotial_icons_burger{
    display: flex;
    margin: 3rem;
    justify-content: center;
}
.gurban_icon{
    display: none;
}
.all_coosen_lenguages_in_burger{
    display: none;
}
#gurban_artist_individual_main_content{
    display: flex;
    flex-direction: column;
    max-width: 141rem;
    margin: auto;
    margin-top: 20rem;
}
#gurban_artist_name_and_ditales{
    z-index: 1000;
}
#gurban_artist_image_questions{
    z-index: 1000;
    display: flex;
    width: 100%;
    margin-top: 7rem;
}
#gurban_artist_image{
    background-image: url(../Image/Gohar_Martirosyan.webp);
    width: 20%;
    height: 38rem;
    background-position: center;
    background-size: cover;
    opacity: 0.8;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#gurban_artist_qestions_and_answer{
    margin-left: 18.5rem;
    width: 60%;
}
#gurban_artist_ditales{
    padding-top: 2rem;
}
.gurban_questions_box{
    margin-top: 5rem;
}
#gurban_question_title{
    padding-bottom: 2rem;
}
.gurban_answer{
    padding-top: 1rem;
}
.artist_work{
    width: 100%;
    z-index: 1000;
    margin-top: 20rem;
}
.projects_title{
    text-align: center;
    font-size: 6rem;
}
.artist_work_image{
    width: 100%;
    opacity: 0.8;
    margin-top: 4rem;
}


.footer{
    display: flex;
    justify-content: space-between;
    margin-top: 15rem;
}
.logo_sotial_icones{
    margin: 15rem 0 0 11rem;
    z-index: 1;
}
.footer_icon_come_on_hover{
    position: absolute;
    display: none;
    left: 0px;
    top: 0;
    cursor: pointer;
}
.footer_icon_hover{
    margin: 2rem 0 2rem 0;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.footer_facebook_icon_display{
    left: 4px;
}
.footer_icon_hover:hover .none_path{
    display: none;
}
.footer_icon_hover:hover .footer_icon_come_on_hover{
    display: flex;
}
.footer_icon_section_for_hover{
    margin-top: 2rem;
    display: none;
    flex-direction: column;
    width: 4rem;
    position: relative;
}
.footer_sotial_media_icon{
    color: #F8F3D7;
}
.footer_menu_member{
    color: black;
    text-decoration: none;
}
.menu_footer{
    margin-top: 15rem;
    z-index: 1;
    color: black;
}
.underlin_about{
    width: 1%;
    height: 2px;
    background-color: transparent;
}
.underlin_project{
    width: 1%;
    height: 2px;
    background-color: transparent;
}
.underline_artist{
    width: 1%;
    height: 2px;
    background-color: transparent;
}
.underlin_blog{
    width: 1%;
    height: 2px;
    background-color: transparent;
}
.underlin_contact{
    width: 1%;
    height: 2px;
    background-color: transparent;
}
.footer_about_for_hover{
    margin-bottom: 4rem;
    cursor: pointer;
}
.footer_project_for_hover{
        margin-bottom: 4rem;
        cursor: pointer;
}
.footer_artist_for_hover{
    margin-bottom: 4rem;
    cursor: pointer;
}
.footer_blog_for_hover{
    margin-bottom: 4rem;
    cursor: pointer;
}
.footer_contact_for_hover{
    margin-bottom: 4rem;
    cursor: pointer;
}
.footer_about_for_hover:hover .underlin_about{
    width: 100%;
    background-color: black;
    transition: 0.5s;
}
.footer_project_for_hover:hover .underlin_project{
    width: 100%;
    background-color: black;
    transition: 0.5s;
}
.footer_artist_for_hover:hover .underline_artist{
    width: 73%;
    background-color: black;
    transition: 0.5s;
}
.footer_blog_for_hover:hover .underlin_blog{
    width: 49%;
    background-color: black;
    transition: 0.5s;
}
.footer_contact_for_hover:hover .underlin_contact{
    width: 89%;
    background-color: black;
    transition: 0.5s;
}
.footer_about_for_hover{
    margin-bottom: 4rem;
    cursor: pointer;
}
#gurban_logo_footer{
    fill: black;
}
.newsletter_part{
    margin: 15rem 11rem 10rem 0;
    width: 63.5rem;
    z-index: 1;
}
.newsletter_name_footer{
    color: black;
    margin-bottom: 7rem;
}
.newsletter_mail_footer{
    background-color: transparent;
    color: black;
    border-bottom: solid black 1px;
    padding: 0 0 0.5rem 0.5rem;
    font-size: 14px;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: 4rem;
    width: 80%;
    outline: none;
}
::placeholder {
    color: rgb(65, 65, 65);
    opacity: 1;
  }
.text_for_newsletter_footer{
    color: black;
    margin-bottom: 7rem;
}
.newsletter_button_footer{
    padding: 16px 26px;
    color: black;
    border: solid black 1px;
    font-size: 14px;
    cursor: pointer;
}
.newsletter_button_footer:hover{
    background-color: black;
    color: #F8F3D7;
}
#main_content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#staticbackground{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-color: transparent
}
#staticbackgroundcont{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: transparent
}
.sharik{
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius:50%;
    transition: 500ms;
    overflow: hidden
}
.mecsharik{
    position: absolute;
    transition: 300ms;
    border-radius: 50%;
    animation-name: example;
    animation-duration: 2s;
}
@keyframes example {
  0%   {width: 300px;height: 300px;}
  100% {width:5000px;height: 5000px;left: -2500px;top:-2500px}
}
.sharikmini{
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0;
    animation-name: example1;
    animation-duration: 0.3s;
}
@keyframes example1 {
  0%   {opacity: 0.3;}
  100% {opacity: 0;}
}
@media(max-width: 1024px){
    #staticbackground{
        display: none
    }
}
@media screen and (max-width: 1690px){
    #gurban_artist_individual_main_content {
        display: flex;
        flex-direction: column;
        max-width: 122rem;
        margin: auto;
        margin-top: 20rem;
    }
    #gurban_artist_image {
        width: 22%;
        height: 35rem;
    }
}


@media screen and (max-width: 1440px){
    a{
        font-size: 1.4rem;
    }
    p{
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
    h1{
        font-size: 4.8rem;
        line-height: 6.2rem;
    }
    h2{
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    h3{
        font-size: 1.8rem;
        line-height: 2.7rem;
    }
    .all_coosen_lenguages_in_birger{
        display: none;
    }
    .vertical_header{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        height: 100vh;
        margin: 7rem 0 0 3rem;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }
    .header_section_above{
        display: flex;
        flex-direction: column;
    }
    .header_bottom_section{
        display: flex;
        flex-direction: column;
        margin-bottom: 18rem;
        margin-left: 1rem;
        font-weight: lighter;
    }
    .link_of_menu_items{
        color: black;
        text-decoration: none;
    }
    .sotial_media_icon{
        margin: 2rem;
    }
    .icon_hover{
        position: relative;
        cursor: pointer;
    }
    .icon_come_on_hover{
        position: absolute;
        left: 25px;
        top: 20px;
        display: none;
        z-index: 100;
    }
    .gurban_logo_on_mobile{
        display: none;
        justify-content: center;
        width: 100%;
        margin-top: 3rem;
    }
    .icon_hover:hover .icon_come_on_hover{
        display: flex;
        transition: 0.5s;
    }
    .insta_hover{
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 100;
        display: none;
    }
    .youtube_icon_hover:hover .none_path{
        display: none;
        transition: 0.5s;
    }
    .youtobe_hover{
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 100;
        display: none;
    }
    .youtube{
        margin: 2rem 2rem 2rem 2rem;
    }
    .all_coosen_lenguages{
        display: none;
        flex-direction: column;
        align-items: center;
        margin-top: 8.4rem;
    }
    .lenguage{
        padding: 2rem;
    }
    .select{
        font-size: 1.4rem;
        font-weight: bold;
    }
    .english_lenguage{
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
    }
    .arrow{
        margin-top: 1rem;
    }
    .german_lenguage, .armenian_lenguage{
        display: none;
    }
    .vertical_navigation{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        height: 100vh;
        margin-right: 2rem;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
    }
    .part_of_nav{
        display: flex;
        list-style-type: none;
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 7rem;
        padding: 1rem;
        align-items: center;
    }
    .empoty{
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 3px;
        background-color: black;
        margin-right: 1rem;
    }
    .nav_link{
        cursor: pointer;
        text-decoration: none;
        color: black;
    }
    .sotial_media_icon{
        cursor: pointer;
    }
    .icon_for_header{
        transform: translateX(0) !important;
        
    }
    #icon_for_header {
        transform: translateX(-110%);
        width: 90%;
        height: 100vh;
        justify-content: space-between;
        background-color: #F8F3D7;
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
        position: fixed;
        top: 0;
        z-index: 9999;
        transition: transform ease 1s;
    }
    .icon_close{
        cursor: pointer;
    }
    .content_of_header{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100vh;
        width: 100%;
    }
    .gurban_logo_and_closing_icon{
        display: flex;
        justify-content: space-between;
        padding: 5rem;
    }
    .gurban_nav_members_in_burger{
        text-align: center;
    }
    .gurban_nav_members{
        font-size: 1.8rem;
        list-style-type: none;
    }
    .menu_items{
        padding-bottom: 2rem;
    }
    .gurban_sotial_icons_burger{
        display: flex;
        margin: 3rem;
        justify-content: center;
    }
    .gurban_icon{
        display: none;
    }
    .all_coosen_lenguages_in_burger{
        display: none;
    }
    #gurban_artist_individual_main_content {
        display: flex;
        flex-direction: column;
        max-width: 100rem;
        margin: auto;
        margin-top: 20rem;
    }
    #gurban_artist_image_questions {
        width: 100%;
        margin-top: 5rem;
    }
    #gurban_question_title {
        padding-bottom: 1rem;
    }
    #gurban_artist_image {
        width: 25%;
        height: 33rem;
    }
    #gurban_artist_qestions_and_answer {
        margin-left: 10rem;
        width: 60%;
    }
    .gurban_questions_box {
        margin-top: 4rem;
    }
    .artist_work{
    width: 100%;
    z-index: 1000;
    margin-top: 20rem;
    }
    .projects_title{
        text-align: center;
        font-size: 4.8rem;
    }
    .artist_work_image{
        width: 100%;
        opacity: 0.8;
        margin-top: 4rem;
    }
    .footer{
        display: flex;
        justify-content: space-between;
        margin-top: 15rem;
    }
    .logo_sotial_icones{
        margin: 15rem 0 0 11rem;
    }
    .footer_icon_come_on_hover{
        position: absolute;
        display: none;
        left: 0px;
        top: 0;
        cursor: pointer;
    }
    .footer_icon_hover{
        margin: 2rem 0 2rem 0;
        cursor: pointer;
        display: flex;
        justify-content: flex-start;
        position: relative;
    }
    .footer_facebook_icon_display{
        left: 4px;
    }
    .footer_icon_hover:hover .none_path{
        display: none;
    }
    .footer_icon_hover:hover .footer_icon_come_on_hover{
        display: flex;
    }
    .footer_icon_section_for_hover{
        margin-top: 2rem;
        display: none;
        flex-direction: column;
        width: 4rem;
        position: relative;
    }
    .footer_sotial_media_icon{
        color: #F8F3D7;
    }
    .footer_menu_member{
        color: black;
        text-decoration: none;
    }
    .menu_footer{
        margin-top: 15rem;
    }
    .underlin_about{
        width: 1%;
        height: 2px;
        background-color: transparent;
    }
    .underlin_project{
        width: 1%;
        height: 2px;
        background-color: transparent;
    }
    .underline_artist{
        width: 1%;
        height: 2px;
        background-color: transparent;
    }
    .underlin_blog{
        width: 1%;
        height: 2px;
        background-color: transparent;
    }
    .underlin_contact{
        width: 1%;
        height: 2px;
        background-color: transparent;
    }
    .footer_about_for_hover{
        margin-bottom: 4rem;
        cursor: pointer;
    }
    .footer_project_for_hover{
            margin-bottom: 4rem;
            cursor: pointer;
    }
    .footer_artist_for_hover{
        margin-bottom: 4rem;
        cursor: pointer;
    }
    .footer_blog_for_hover{
        margin-bottom: 4rem;
        cursor: pointer;
    }
    .footer_contact_for_hover{
        margin-bottom: 4rem;
        cursor: pointer;
    }
    .footer_about_for_hover:hover .underlin_about{
        width: 100%;
        background-color: #F8F3D7;
        transition: 0.5s;
    }
    .footer_project_for_hover:hover .underlin_project{
        width: 100%;
        background-color: #F8F3D7;
        transition: 0.5s;
    }
    .footer_artist_for_hover:hover .underline_artist{
        width: 73%;
        background-color: #F8F3D7;
        transition: 0.5s;
    }
    .footer_blog_for_hover:hover .underlin_blog{
        width: 49%;
        background-color: #F8F3D7;
        transition: 0.5s;
    }
    .footer_contact_for_hover:hover .underlin_contact{
        width: 89%;
        background-color: #F8F3D7;
        transition: 0.5s;
    }
    .footer_about_for_hover{
        margin-bottom: 4rem;
        cursor: pointer;
    }
    .newsletter_part{
        margin: 15rem 10rem 10rem 0;
        width: 45rem;
    }
    .newsletter_name_footer{
        color: black;
        margin-bottom: 7rem;
    }
    .newsletter_mail_footer{
        background-color: transparent;
        color: black;
        border-bottom: solid black 1px;
        padding: 0 0 0.5rem 0.5rem;
        font-size: 14px;
        border-top: none;
        border-left: none;
        border-right: none;
        margin-bottom: 4rem;
        width: 100%;
        outline: none;
    }
    .text_for_newsletter_footer{
        color: black;
        margin-bottom: 7rem;
    }
    .newsletter_button_footer{
        padding: 16px 26px;
        color: black;
        border: solid black 1px;
        font-size: 14px;
        cursor: pointer;
    }
    .newsletter_button_footer:hover{
        background-color: black;

    }
}
@media screen and (max-width: 1220px){
    #gurban_artist_individual_main_content {
        display: flex;
        flex-direction: column;
        max-width: 80rem;
        margin: auto;
        margin-top: 20rem;
    }
    #gurban_artist_image {
        width: 25%;
        height: 27rem;
    }
    #gurban_artist_qestions_and_answer {
        margin-left: 8rem;
        width: 60%;
    }
    .button{
        font-size: 14px;
        border: black solid 1px;
        padding: 14px 24px;
        cursor: pointer;
    }
    .newsletter_part{
        margin: 15rem 8rem 10rem 0;
        width: 40rem;
    }
    #gurban_logo_footer{
        height: 5rem;
        fill: #000000;
    }
    .logo_sotial_icones{
        margin: 15rem 0 0 8rem;
    
    }
    .newsletter_button_footer{
        padding: 14px 24px;
        color: black;
        border: solid black 1px;
        font-size: 1.4rem;
        cursor: pointer;
    }
}

@media screen and (max-width: 1024px){
    body{
        background-color: rgb(255, 255, 255);
        cursor: default;
    }
    a{
        font-size: 1.4rem;
    }
    p{
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
    h1{
        font-size: 3.6rem;
    }
    h2{
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    h3{
        font-size: 1.8rem;
        line-height: 2.7rem;
    }
    .all_coosen_lenguages_in_burger{
        display: none;
        position: fixed;
        top: 10rem;
        left: 1.7rem;
    }
    .gurban_icon{
        display: block;
        position: fixed;
        top: 3rem;
        left: 3rem;
        cursor: pointer;
        z-index: 999;
    }
    .button{
        font-size: 14px;
        border: black solid 1px;
        padding: 14px 24px;
        cursor: pointer;
    }
    .vertical_header {
        display: none;
    }
    .vertical_navigation {
        display: none;
    }
    .gurban_logo_on_mobile{
        display: flex;
    }
    #gurban_artist_individual_main_content {
        display: flex;
        flex-direction: column;
        max-width: 80rem;
        margin: auto;
        margin-top: 10rem;
    }
    #gurban_artist_image_questions {
        width: 100%;
        margin-top: 4rem;
    }
    #gurban_artist_image {
        width: 30%;
        height: 32rem;
    }
    #gurban_artist_qestions_and_answer {
        margin-left: 4rem;
        width: 64%;
    }
    .gurban_questions_box {
        margin-top: 3rem;
    }
    .artist_work{
        margin-top: 15rem;
    }
    .projects_title{
        font-size: 3.6rem;
    }
    .artist_work_image{
        opacity: 1;
        margin-top: 3rem;
    }
    .footer{
        display: flex;
        background-color: black;
        justify-content: space-between;
        margin-top: 14rem;
    }
    #gurban_logo_footer{
        height: 3rem;
        fill: #F8F3D7;
    }
    .logo_sotial_icones{
        margin: 14rem 0 0 5rem;
    
    }
    .footer_icon_section_for_hover{
        margin-top: 2rem;
        display: flex;
        width: 100%;
        position: relative;
        flex-direction: row;
        justify-content: center;
    }
    .contact_title, .color_on_mobile, .color_on_mobile svg g, .color_on_mobile svg g path{
        color: #F8F3D7 !important;
        fill: #F8F3D7 !important;
    }
    .footer_icon_hover {
        margin: 2rem;
        cursor: pointer;
        display: flex;
        position: relative;
    }
    .newsletter_part{
        margin: 14rem 5rem 10rem 0;
        width: 32rem;
    }
    .newsletter_button_footer{
        padding: 14px 24px;
        background-color: black;
        color: #F8F3D7;
        border: solid #F8F3D7 1px;
        font-size: 1.4rem;
        cursor: pointer;
    }
    .text_for_newsletter_footer {
        color: #F8F3D7;
        font-size: 1.8rem;
        margin-bottom: 5rem;
    }
    .newsletter_name_footer {
        color: #F8F3D7;
        margin-bottom: 5rem;
    }
    .newsletter_mail_footer {
        background-color: transparent;
        color: #E4DAA5;
        border-bottom: solid #F8F3D7 2px;
        padding: 0 0 0.5rem 0.5rem;
        font-size: 18px;
        border-top: none;
        border-left: none;
        border-right: none;
        margin-bottom: 4rem;
        width: 100%;
        outline: none;
    }
    ::placeholder {
        color: #E4DAA5;
        opacity: 0.5;
      }
    .menu_footer {
        margin-top: 14rem;
    }
    .footer_about_for_hover {
        margin-bottom: 2rem;
        cursor: pointer;
    }
    .footer_project_for_hover {
        margin-bottom: 2rem;
        cursor: pointer;
    }
    .footer_artist_for_hover {
        margin-bottom: 2rem;
        cursor: pointer;
    }
    .footer_blog_for_hover {
        margin-bottom: 2rem;
        cursor: pointer;
    }
    .footer_contact_for_hover {
        margin-bottom: 2rem;
        cursor: pointer;
    }
    .footer_menu_member {
        color: #F8F3D7;
        font-size: 1.8rem;
        text-decoration: none;
    }

}
@media screen and (max-width: 768px){
    a{
        font-size: 1.4rem;
    }
    p{
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
    h1 {
        font-size: 3rem;
    }
    h2{
        font-size: 2rem;
        line-height: 3rem;
    }
    h3{
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .all_coosen_lenguages_in_burger{
        display: none;
        position: fixed;
        top: 10rem;
        left: 1.7rem;
    }
    .gurban_icon{
        display: block;
        position: fixed;
        top: 3rem;
        left: 3rem;
        cursor: pointer;
    }
    .button{
        font-size: 14px;
        border: black solid 1px;
        padding: 14px 24px;
        cursor: pointer;
    }
    .vertical_header {
        display: none;
    }
    .vertical_navigation {
        display: none;
    }
    #gurban_artist_individual_main_content {
        display: flex;
        flex-direction: column;
        max-width: 60rem;
        margin: auto;
        margin-top: 10rem;
    }
    #gurban_artist_ditales {
        padding-top: 0rem;
    }
    #gurban_artist_image_questions {
        width: 100%;
        margin-top: 3rem;
    }
    #gurban_artist_image {
        width: 30%;
        height: 24rem;
    }
    #gurban_artist_qestions_and_answer {
        margin-left: 3rem;
        width: 64%;
    }
    .gurban_questions_box {
        margin-top: 2rem;
    }
    .footer{
        display: flex;
        background-color: black;
        justify-content: center;
        margin-top: 14rem;
        flex-wrap: wrap;
    }
    #gurban_logo_footer{
        height: 3rem;
    }
    .logo_sotial_icones{
        margin: 14rem 0 0 0;
        width: 45%;
        text-align: center;
    }
    .newsletter_part{
        padding: 6rem 0;
        margin: 0;
        width: 100%;
        text-align: center;
        background-color: #000000;
    }
    .newsletter_button_footer{
        padding: 14px 24px;
        background-color: black;
        color: #F8F3D7;
        border: solid #F8F3D7 1px;
        font-size: 1.4rem;
        cursor: pointer;
    }
    .text_for_newsletter_footer {
        color: #F8F3D7;
        font-size: 1.6rem;
        margin-bottom: 5rem;
    }
    .newsletter_name_footer {
        font-size: 3.6rem;
        color: #F8F3D7;
        margin-bottom: 5rem;
    }
    .newsletter_mail_footer {
        background-color: transparent;
        color: #E4DAA5;
        border-bottom: solid #F8F3D7 2px;
        padding: 0 0 0.5rem 0.5rem;
        font-size: 18px;
        border-top: none;
        border-left: none;
        border-right: none;
        margin-bottom: 4rem;
        width: 100%;
        outline: none;
        width: 40rem;
    }
    .menu_footer {
        margin-top: 14rem;
        width: 45%;
        text-align: center;
    }
    .footer_icon_section_for_hover {
        margin-top: 2rem;
        display: flex;
        width: 100%;
        position: relative;
        flex-direction: row;
        justify-content: center;
    }
    .footer_icon_hover {
        margin: 2rem;
        cursor: pointer;
        display: flex;
        position: relative;
    }
    .footer_about_for_hover {
        margin-bottom: 2rem;
        cursor: pointer;
    }
    .footer_project_for_hover {
        margin-bottom: 2rem;
        cursor: pointer;
    }
    .footer_artist_for_hover {
        margin-bottom: 2rem;
        cursor: pointer;
    }
    .footer_blog_for_hover {
        margin-bottom: 2rem;
        cursor: pointer;
    }
    .footer_contact_for_hover {
        margin-bottom: 2rem;
        cursor: pointer;
    }
    .footer_menu_member {
        color: #F8F3D7;
        font-size: 1.6rem;
        text-decoration: none;
    }

}
@media screen and (max-width: 570px){
    a{
        font-size: 1.2rem;
    }
    p{
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    h1 {
        font-size: 3rem;
    }
    h2{
        font-size: 2rem;
        line-height: 3rem;
    }
    h3{
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .all_coosen_lenguages_in_burger{
        display: none;
        position: fixed;
        top: 10rem;
        left: 1.7rem;
    }
    .gurban_icon{
        display: block;
        position: fixed;
        top: 3rem;
        left: 3rem;
        cursor: pointer;
    }
    .button{
        font-size: 14px;
        border: black solid 1px;
        padding: 14px 24px;
        cursor: pointer;
    }
    .vertical_header {
        display: none;
    }
    .vertical_navigation {
        display: none;
    }
    #gurban_logo_mobile{
        width: 10rem;
    }
    #gurban_artist_individual_main_content {
        display: flex;
        flex-direction: column;
        max-width: 40rem;
        margin: auto;
        margin-top: 10rem;
    }
    #gurban_artist_image {
        width: 50%;
        height: 27rem;
        align-self: flex-start;
        margin-bottom: 2rem;
    }
    #gurban_artist_image_questions {
        width: 100%;
        margin-top: 3rem;
        flex-direction: column;
        align-items: center;
    }
    #gurban_artist_qestions_and_answer {
        margin-left: 0;
        width: 100%;
    }
    .artist_work{
        margin-top: 10rem;
    }
    .projects_title{
        font-size: 3rem;
    }
    .artist_work_image{
        margin-top: 2rem;
    }


    .footer{
        display: flex;
        background-color: black;
        justify-content: center;
        margin-top: 10rem;
        flex-wrap: wrap;
    }
    #gurban_logo_footer{
        height: 3rem;
    }
    .logo_sotial_icones{
        margin: 10rem 0 0 0;
        width: 45%;
        text-align: center;
    }
    .newsletter_part{
        padding: 6rem 0;
        margin: 0;
        width: 100%;
        text-align: center;
        background-color: #000000;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .newsletter_button_footer{
        padding: 14px 24px;
        background-color: black;
        color: #F8F3D7;
        border: solid #F8F3D7 1px;
        font-size: 1.4rem;
        cursor: pointer;
    }
    .text_for_newsletter_footer {
        color: #F8F3D7;
        margin-bottom: 5rem;
        width: 70%;
    }
    .newsletter_name_footer {
        color: #F8F3D7;
        margin-bottom: 3rem;
    }
    .newsletter_mail_footer {
        background-color: transparent;
        color: #E4DAA5;
        border-bottom: solid #F8F3D7 2px;
        padding: 0 0 0.5rem 0.5rem;
        font-size: 14px;
        border-top: none;
        border-left: none;
        border-right: none;
        margin-bottom: 4rem;
        outline: none;
        width: 30rem;
    }
    .menu_footer {
        margin-top: 10rem;
        width: 45%;
        text-align: center;
    }
    .footer_icon_section_for_hover {
        margin-top: 2rem;
        display: flex;
        width: 100%;
        position: relative;
        flex-direction: row;
        justify-content: center;
    }
    .footer_icon_hover {
        margin: 2rem;
        cursor: pointer;
        display: flex;
        position: relative;
    }
    .footer_about_for_hover {
        margin-bottom: 2rem;
        cursor: pointer;
    }
    .footer_project_for_hover {
        margin-bottom: 2rem;
        cursor: pointer;
    }
    .footer_artist_for_hover {
        margin-bottom: 2rem;
        cursor: pointer;
    }
    .footer_blog_for_hover {
        margin-bottom: 2rem;
        cursor: pointer;
    }
    .footer_contact_for_hover {
        margin-bottom: 2rem;
        cursor: pointer;
    }
    .footer_menu_member {
        color: #F8F3D7;
        font-size: 1.6rem;
        text-decoration: none;
    }

}

